home *** CD-ROM | disk | FTP | other *** search
- #ifndef FWSTRING_H
- #define FWSTRING_H
- //========================================================================================
- //
- // File: FWString.h
- // Release Version: $ 1.0d1 $
- //
- // Creation Date: 3/28/94
- //
- // Copyright: © 1994 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWCHARAC_H
- #include "FWCharac.h"
- #endif
-
- #ifndef FWCHARIT_H
- #include "FWCharIt.h"
- #endif
-
- #ifndef FWTSTRS_H
- #include "FWStrs.h"
- #endif
-
- #ifndef FWSTRTOO_H
- #include "FWStrToo.h"
- #endif
-
- #ifndef FWSTRGAR_H
- #include "FWStrgAr.h"
- #endif
-
- #endif
-